FtMscLibEx GetInDisplayButtonValue Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 3.19 GetInDisplayButtonValue
Function reads the current status of the two push-button switches on the display.
The time for how long a push-button switch remains depressed is displayed.

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint GetInDisplayButtonValue(
	FtDeviceID devId,
	ref short left,
	ref short right
)

Parameters

devId
Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
left
Type: System Int16 
push-button switch (left)
right
Type: System Int16 
push-button switch (right)

Return Value

Type: UInt32
FTLIB_ERR_SUCCESS (no error) or error code
Remarks

See Also

Reference